
Written in Assembly with a C wrapper in order to compile in Z88DK.
Easier to compile than with a Z80 assembler. 
No wait, I just can't be bothered setting an assembler batch file up. (This is more correct)

Should be able to compile with the latest version of Z88DK - at the itme of writing version 1.9.
Set the environment : z88dk.bat
Compile the source  : _com walk9.c
which creates       : walk9.vz

Is still extremely slow. The "PrintF" routine in ROM must be incredibly resource hungry.
CO-CO and MC10 computer users have said that this routine displays so quick in their BASIC, that they need a delay per frame.
This needs to go quicker in pure assembly. Something is wrong somewhere...

Need to split each frame into 4, since the PRINTF routine in ROM can only dump out 256 characters before it falls over.
Can problem reduce it from 4 to 2, but I cant be bothered trying....


WALK1.TXT and WALK2.TXT has split frames that I started with.

---------------

VZEM / WinVZ : written by Guy Thomason, available at http://intertek00.customer.netspace.net.au/vz200/   
Mailing list : www.yahoogroups.com/groups/vzemu
VZ200 / VZ300: Available sometimes to purchase on eBay every now and then. (Aus and USA ebay, TradeMe in NZ)


http://vzalive.bangrocks.com/				downloads & discussion forum
http://www.vz200.org/ 					Archive of manuals and newsletters
http://archivz.all2ezy.com/				Archive of manuals and newsletters	
http://www.mess.org/download.php			MESS - Juergen Buchmueller and Dirk Best 	(VZ emulator)
http://jemu.winape.net/					JEMU - Richard Wilson				(VZ emulator)		
http://www.geocities.com/emucompboy/			James VZ200 - James Tamer			(VZ emulator)	
http://intertek00.customer.netspace.net.au/vz200/   	Guy's VZEM / WinVZ				(VZ emulator)	
http://www.gstsoftware.co.nz				DSEVZ200  - Monty				(VZ emulator)	



dave. 29/3/14
